-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#387 temporary set timeout #405
Conversation
Thanks for your contribution. I have two questions:
|
This problem we have already validated in the production environment and will automatically disappears when we catch this excepiton and release the connection connection is managed by ConnObjectPool,conncetion·s created、borrow、return will checks if is available,
|
I mean since the 0 timeout can avoid the timeout issue, why need a extra temporary timeout for each execution? |
Time out time Some scenes have to be set, or it may drag down the called application, causing an avalanche |
As a simple example, the data in the nebula is weakly dependent on the nebula, but the nebula response time in some case, the response time slows down |
I wonder if I express it clear |
Yeah, I got you. But why don't set a monitor to make it timeout in the business layer. |
you kan see this issues |
#387 temporary set timeout
#401 set default check connection